CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - pso matlab

搜索资源列表

  1. PSO_base_RBF

    3下载:
  2. PSO的RBFNN优化程序 算法步骤 1.样本数据归一化处理,即将输入输出归一化到[-1,1]区间; 2.确定RBF网络的中心和宽度; 3.以拟合误差的均方根作为性能指标,使用PSO算法优化RBF网络输出层到隐层的连接权值矩阵-PSO-RBFNN algorithm optimization procedures Step 1. Sample data normalization treatment, about input and output normalized to [-
  3. 所属分类:Document

    • 发布日期:2017-03-30
    • 文件大小:3815
    • 提供者:aKON
  1. pso

    0下载:
  2. PSO,A GOOD SOURCE IN MATLAB FROM IEEE.
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:762859
    • 提供者:halrq
  1. PSO

    0下载:
  2. 带交叉因子的PSO算法,求解函数极值,在matlab中实现-PSO
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:1736
    • 提供者:WUYAN
  1. matlab

    0下载:
  2. i need source code for JSSP using GA,PSO,hPSO and CPSO.
  3. 所属分类:File Operate

    • 发布日期:2016-11-14
    • 文件大小:4907684
    • 提供者:mohana raajan
  1. PSOFuzzyModeler

    1下载:
  2. Fuzzy PSO算法仿真源代码,实现模糊蚁群优化算法的仿真。-Fuzzy PSO algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-05-13
    • 文件大小:3196508
    • 提供者:sukuifeng
  1. PSO

    0下载:
  2. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:12050
    • 提供者:caoliang
  1. pso

    0下载:
  2. 基础的PSO算法程序,可以方便的解决优化问题,也可以在此基础上方便的进行改进-Based on PSO algorithm program, you can easily solve the optimization problem, on this basis can also be easily be improved
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:53822
    • 提供者:段昊
  1. pso

    0下载:
  2. This an implementation of Particle Swarm Optimization algorithm using the same syntax as the Genetic Algorithm Toolbox, with some additional options specific to PSO. Allows code-reusability when trying different population-based optimization al
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:4248
    • 提供者:Chris Leung
  1. pso

    0下载:
  2. 粒子优化通用程序,可以在MATLAB上运行-PSO
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:866
    • 提供者:wupeng
  1. psotb-beta-0.3

    0下载:
  2. 粒子群算法(pso)的matlab工具箱,里面有详细的使用说明-toolbox for particle swarm optimum
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:53942
    • 提供者:shiwy
  1. MATLAB

    0下载:
  2. PSO算法,标准的粒子群 算法,标准的粒子群 算法,-PSO,slkdndmndmnd.ldd lkdl k
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:2701
    • 提供者:小廖
  1. PSO

    1下载:
  2. 基于模拟退火的粒子群算法,模拟退火算法在搜索过程中具有该概率突跳的能力,能够有效地避免搜索过程陷入局部极小解。-Based on simulated annealing particle swarm optimization, simulated annealing algorithm in the search process has a sudden jump in the probability of the capacity, which can effectively avoid th
  3. 所属分类:Algorithm

    • 发布日期:2016-10-26
    • 文件大小:2665
    • 提供者:cuiping5122
  1. pso

    0下载:
  2. pso(粒子群算法)优化神经网络 MATLAB的m 文件
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:781572
    • 提供者:caini2008
  1. PSO

    0下载:
  2. 粒子群的原始优化程序,从光盘中复制下来的,很有用-The original particle swarm optimization process, from the CD to copy down, and very useful
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:521
    • 提供者:鸿雁
  1. pso

    0下载:
  2. pso algorithme NOTE: THIS IS AN ALPHA RELEASE. FOR TESTING ONLY. 1. Installation: -Unzip and copy the files to a folder (directory). -Add the path to Matlab. (File>Set Path>Add with Subfolders) -Read help for get_psoOptions.m an
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:2635
    • 提供者:mlaouhi
  1. pso

    0下载:
  2. 粒子群聚类算法例题及其详细解析-Example particle cluster-like algorithm and its detailed analysis
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1217
    • 提供者:kong
  1. pso-ppt-sample

    1下载:
  2. 微粒群优化算法 (PSO) 是一种进化计算技术 , 由Eberhart博士和kennedy博士于1995年提出。微粒群优化算法的基本思想是通过群体中个体之间的协作和信息共享来寻找最优解。 -Particle Swarm Optimization (PSO) is an evolutionary computation technique, by Dr. Eberhart and Dr. kennedy made in 1995. Particle Swarm Optimization Alg
  3. 所属分类:AI-NN-PR

    • 发布日期:2014-11-25
    • 文件大小:1087353
    • 提供者:Kevin
  1. pso

    0下载:
  2. 粒子群算法 优化算法 范围内寻优-pso
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:746
    • 提供者:www
  1. Hybrid-PSO

    1下载:
  2. 基于matlab的混合粒子群算法,供算法应用学习者参考。-Matlab-based hybrid particle swarm algorithm, algorithm is used for learner reference.
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-09-24
    • 文件大小:3732
    • 提供者:zangtianlei
  1. pso

    3下载:
  2. 对不同噪声强度的加噪图像,用粒子群优化算法优化结构元素,找到最优结构元素,对图像进行去噪操作,使恢复的图像达到最大峰值信噪比-Noise intensity for different images with noise, using particle swarm optimization algorithm to optimize the structure elements, find the optimal structure element, the image de-noising o
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:129644
    • 提供者:吴琳珠
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com